xl: Do not ignore unparseable PCI BDFs
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 15 Jun 2015 15:18:38 +0000 (16:18 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 16 Jul 2015 15:58:59 +0000 (16:58 +0100)
commitd43dea81f9135fe26e4de254ecac38a9c773ddf2
tree8cf693396c10c7825d2297fad539e762257434b1
parent47e4d26f2983b82141cdd2f96199b03bcfb526d6
xl: Do not ignore unparseable PCI BDFs

If xlu_pci_parse_bdf fails, abandon the domain creation, rather than
blundering on.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
---
v2: Print the offending supposed-BDF too.
tools/libxl/xl_cmdimpl.c